home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Documentation / Changes < prev    next >
Text File  |  1988-06-08  |  734b  |  17 lines

  1. 6/6/88
  2. -------
  3. Class ThreadHeap has been created as an instance of GenericHeap.
  4. The ThreadHeap has a default ``key'' of ThreadPriority; this will
  5. make it marginally faster for ...
  6.  
  7. Class HeapScheduler now uses a ThreadHeap instead of an AwesimeHeap.
  8. This change should not be noticed.
  9.  
  10. Class EventScheduler now pulls *all* events scheduler to occur at a
  11. specific time. Previously, it pulled a single event, put that in
  12. the subScheduler & continued; this works fine when you're using a
  13. FifoScheduler as the subScheduler, but if you're using a HeapScheduler,
  14. it was possible that threads were not getting executed in priority
  15. order. This is now fixed. A comparison of ~/Awesime/Examples/{ONE,TWO}
  16. should show the difference this makes.
  17.